Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / WebAssembly/wasm-c-api issues and pull requests
#89 - How to run wasm file compiled from C/C++
Issue -
State: closed - Opened by mrpre over 5 years ago
- 3 comments
#88 - Why -fsanitize=address is needed
Issue -
State: closed - Opened by mrpre over 5 years ago
- 2 comments
#87 - Where are the source code of example/*.wasm?
Issue -
State: closed - Opened by mrpre over 5 years ago
- 1 comment
#86 - Pin underlying types for enums
Pull Request -
State: closed - Opened by rossberg over 5 years ago
- 1 comment
#85 - Expose bounds checking failure for wasm_table_get
Issue -
State: open - Opened by AndrewScheidecker over 5 years ago
- 2 comments
#84 - Expose wasm_instance_new's potential to trap
Issue -
State: closed - Opened by AndrewScheidecker over 5 years ago
- 1 comment
#83 - Expose bounds-checked memory access API
Issue -
State: open - Opened by AndrewScheidecker over 5 years ago
- 6 comments
#82 - Explicitly number wasm_valkind_t to leave space for new numeric types
Pull Request -
State: closed - Opened by AndrewScheidecker over 5 years ago
- 3 comments
#81 - Import/export matching by array position
Issue -
State: closed - Opened by AndrewScheidecker over 5 years ago
- 2 comments
#80 - Use clang-format to format API code
Issue -
State: open - Opened by AndrewScheidecker over 5 years ago
- 5 comments
#79 - make v8 error
Issue -
State: closed - Opened by mrpre over 5 years ago
- 6 comments
#78 - Invert C/C++ API layering
Issue -
State: open - Opened by AndrewScheidecker over 5 years ago
- 2 comments
#77 - Add WASM_C_API to declarations that may need declspec(dllimport/dllexport) on Windows
Pull Request -
State: closed - Opened by AndrewScheidecker over 5 years ago
- 10 comments
#76 - Add ability to pause/resume execution.
Issue -
State: closed - Opened by PiotrSikora over 5 years ago
- 4 comments
#75 - Don't leak implementation into headers.
Pull Request -
State: open - Opened by PiotrSikora over 5 years ago
- 10 comments
#74 - Add option to configure garbage collection on VM shutdown.
Issue -
State: closed - Opened by PiotrSikora over 5 years ago
- 9 comments
#73 - Fix build with GCC.
Pull Request -
State: open - Opened by PiotrSikora over 5 years ago
- 1 comment
#72 - Respect CC/CXX/CFLAGS/CXXFLAGS/LDFLAGS.
Pull Request -
State: open - Opened by PiotrSikora over 5 years ago
- 2 comments
#71 - Add ref equality predicate
Pull Request -
State: closed - Opened by rossberg over 5 years ago
#70 - Add stacktrace API
Pull Request -
State: closed - Opened by rossberg over 5 years ago
- 7 comments
#69 - Configurable resource limitations
Issue -
State: open - Opened by titzer over 5 years ago
#68 - Exposing "regular" C/C++ functions?
Issue -
State: open - Opened by jakobkummerow over 5 years ago
- 5 comments
#67 - What are Foreigns good for?
Issue -
State: closed - Opened by jakobkummerow over 5 years ago
- 2 comments
#66 - Avoid union to represent wasm::val
Issue -
State: open - Opened by rossberg over 5 years ago
- 2 comments
#65 - Ditch wasm::vec for plain arrays?
Issue -
State: open - Opened by rossberg over 5 years ago
- 3 comments
#64 - Fix compiling with MSVC
Pull Request -
State: closed - Opened by jakobkummerow over 5 years ago
- 1 comment
#63 - Fix a few signed/unsigned comparisons
Pull Request -
State: closed - Opened by jakobkummerow over 5 years ago
#62 - A mechanism for flags initialization
Issue -
State: open - Opened by titzer over 5 years ago
- 1 comment
#61 - Fixed several memory leaks in Func
Pull Request -
State: closed - Opened by brianchin over 5 years ago
- 4 comments
#60 - Consider C++17/20
Issue -
State: open - Opened by ghost over 5 years ago
- 5 comments
#59 - Request for clarification: why only one engine?
Issue -
State: closed - Opened by ggreif over 5 years ago
- 2 comments
#58 - Don't touch source files
Pull Request -
State: closed - Opened by ggreif over 5 years ago
- 1 comment
#57 - Upstreaming a typofix
Pull Request -
State: closed - Opened by ggreif over 5 years ago
#56 - Enable multi-value support in v8
Pull Request -
State: closed - Opened by nomeata almost 6 years ago
#55 - POSIX _t Namespace Conflict
Issue -
State: open - Opened by wahern almost 6 years ago
- 5 comments
#54 - Provide source location for traps
Issue -
State: open - Opened by rossberg almost 6 years ago
- 4 comments
#53 - Programmatic import resolution
Issue -
State: closed - Opened by titzer almost 6 years ago
- 4 comments
#52 - Fix warnings, compile examples with -Wall -Werror
Pull Request -
State: closed - Opened by lostman about 6 years ago
- 4 comments
#51 - Add tests for function parameter and result arity
Pull Request -
State: closed - Opened by lostman about 6 years ago
- 3 comments
#50 - Remove CMake files
Pull Request -
State: closed - Opened by lostman about 6 years ago
#49 - Don't store native float/double in wasm_val_t/Val.
Pull Request -
State: closed - Opened by sunfishcode about 6 years ago
- 1 comment
#48 - Simplify function call interface
Pull Request -
State: closed - Opened by rossberg about 6 years ago
- 1 comment
#47 - Point to the right patch file
Pull Request -
State: closed - Opened by dio about 6 years ago
- 2 comments
#46 - Avoid relying on host floating-point
Issue -
State: closed - Opened by sunfishcode about 6 years ago
- 3 comments
#45 - What is `wasm_val_ptr` used for?
Issue -
State: closed - Opened by sunfishcode about 6 years ago
- 1 comment
#44 - Misc. minor fixes
Pull Request -
State: closed - Opened by sunfishcode about 6 years ago
#43 - Use `patch` instead of `sed`
Pull Request -
State: closed - Opened by lostman about 6 years ago
#42 - Add Sharable<Module>
Pull Request -
State: closed - Opened by rossberg about 6 years ago
- 1 comment
#41 - Memory leaks in examples
Issue -
State: closed - Opened by lostman about 6 years ago
- 6 comments
#40 - Fix Table::grow; more tests
Pull Request -
State: closed - Opened by rossberg about 6 years ago
- 1 comment
#39 - Additional table tests
Pull Request -
State: closed - Opened by lostman over 6 years ago
- 1 comment
#38 - Add make command to display V8 build configuration
Pull Request -
State: closed - Opened by lostman over 6 years ago
- 1 comment
#37 - Drop argv parameters from Engine::make
Pull Request -
State: closed - Opened by rossberg over 6 years ago
- 1 comment
#36 - Implement module serialization
Pull Request -
State: closed - Opened by rossberg over 6 years ago
- 1 comment
#35 - Create monolithic V8 library
Pull Request -
State: closed - Opened by rossberg over 6 years ago
- 1 comment
#34 - Turn traps into their own class
Pull Request -
State: closed - Opened by rossberg over 6 years ago
- 1 comment
#33 - Cleaner way to pass gn args that supports overrides
Pull Request -
State: closed - Opened by lostman over 6 years ago
#32 - Jenkins WIP
Pull Request -
State: closed - Opened by lostman over 6 years ago
#31 - Update CMake files
Pull Request -
State: closed - Opened by lostman over 6 years ago
- 1 comment
#30 - Fix Makefile
Pull Request -
State: closed - Opened by lostman over 6 years ago
#29 - Reproducible build instructions
Issue -
State: closed - Opened by lostman over 6 years ago
- 10 comments
#28 - DEBUG flag for detecting space leaks
Pull Request -
State: closed - Opened by rossberg over 6 years ago
- 1 comment
#27 - V8 fails to build due to wasm-v8-lowlevel.cc
Issue -
State: closed - Opened by lostman over 6 years ago
- 2 comments
#26 - Threading example broken
Issue -
State: closed - Opened by lostman over 6 years ago
- 9 comments
#25 - Simplify representation of host references and functions
Pull Request -
State: closed - Opened by rossberg over 6 years ago
#24 - Add an example with multiple threads
Pull Request -
State: closed - Opened by lostman over 6 years ago
#23 - Fix borrowed_val destructor
Pull Request -
State: closed - Opened by lostman over 6 years ago
#22 - Move lowlevel stuff into V8; more examples
Pull Request -
State: closed - Opened by rossberg over 6 years ago
#21 - Improve Makefile's handling of V8 checkout & update
Pull Request -
State: closed - Opened by rossberg over 6 years ago
#20 - Automatically build all examples/
Pull Request -
State: closed - Opened by lostman over 6 years ago
#19 - Change wasm_engine_new interface
Pull Request -
State: closed - Opened by lostman over 6 years ago
- 6 comments
#18 - Make v8-checkout work even if the directories already exist
Pull Request -
State: closed - Opened by infinity0 over 6 years ago
- 4 comments
#17 - Add Dockerfile
Pull Request -
State: closed - Opened by lostman over 6 years ago
- 1 comment
#16 - Use glob in CMake to get all library files
Pull Request -
State: closed - Opened by lostman over 6 years ago
#15 - Change default V8 version to 6.8
Pull Request -
State: closed - Opened by lostman over 6 years ago
#14 - Implement all Global, Table, Memory methods
Pull Request -
State: closed - Opened by rossberg over 6 years ago
- 1 comment
#13 - Remove struct passing from C API
Pull Request -
State: closed - Opened by rossberg over 6 years ago
#12 - Fix PATH in Makefile
Pull Request -
State: closed - Opened by lostman over 6 years ago
#11 - Update CMake files
Pull Request -
State: closed - Opened by lostman over 6 years ago
- 2 comments
#10 - Introduce Result type and handle traps
Pull Request -
State: closed - Opened by rossberg over 6 years ago
- 1 comment
#9 - More consistent naming conventions
Pull Request -
State: closed - Opened by rossberg over 6 years ago
- 1 comment
#8 - Add include for cassert
Pull Request -
State: closed - Opened by danbev over 6 years ago
#7 - Implement C++ API and reimplement C on top
Pull Request -
State: closed - Opened by rossberg over 6 years ago
- 2 comments
#6 - Add CFLAGS var when compiling to allow debug sym
Pull Request -
State: closed - Opened by danbev over 6 years ago
- 1 comment
#5 - Add .gitignore to ignore the out directory
Pull Request -
State: closed - Opened by danbev over 6 years ago
#4 - Allow V8_DIR to be overridden for make
Pull Request -
State: closed - Opened by danbev over 6 years ago
- 2 comments
#3 - Use static inline to fix C compilation
Pull Request -
State: closed - Opened by rossberg over 6 years ago
#2 - Build with CMake
Pull Request -
State: closed - Opened by lostman over 6 years ago
- 4 comments
#1 - Seems like awesome, but what's the purpose of this "Wasm-C-API"?
Issue -
State: closed - Opened by Becavalier over 6 years ago
- 1 comment