Implemented new wasm instructions: f32floor, f32ceil, f32trunc, f32nearestint, f32min, f32max, f64min, f64max, f32sconverti64, f32uconverti64, f64sconverti64 f64uconverti64
This repository contains additional source code needed to build a prototype implementation of WebAssembly incorporated into V8.
To build:
git clone https://github.com/WebAssembly/v8-native-prototype.git
mkdir v8 cd v8 fetch v8 cd v8
ln -fs $PWD/../../v8-native-prototype third_party/wasm ln -fs $PWD/../../v8-native-prototype test/mjsunit/wasm