Skip to content

aheejin/node-bug-eh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This repo is for reporting a bug that Node causes a segmentation fault when running a Wasm program with exception handling feature.

Node v16.9.1 was used.

Steps to reproduce Node segmentation fault:

$ git clone https://github.com/aheejin/node-bug-eh.git
$ cd node-bug-eh/node
$ node -experimental-wasm-eh wasm-opt.js -all -O1 test.wasm

Steps to run d8 shell from v8. This seems to run successfully.

$ git clone https://github.com/aheejin/node-bug-eh.git
$ cd node-bug-eh/d8
$ d8 -experimental-wasm-eh wasm-opt.js -- -all -O1 test.wasm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published