Skip to content

Fix WASM FFI smoke test to actually test FFI graceful error#507

Open
nbeerbower wants to merge 1 commit into
mainfrom
claude/fix-smoke-grenade-safety-69o9u
Open

Fix WASM FFI smoke test to actually test FFI graceful error#507
nbeerbower wants to merge 1 commit into
mainfrom
claude/fix-smoke-grenade-safety-69o9u

Conversation

@nbeerbower

Copy link
Copy Markdown
Collaborator

The smoke test claimed to verify FFI graceful error handling in WASM
but didn't use any FFI - it just printed strings. Now it actually
imports a shared library (libc.so.6) and verifies:

  1. The WASM shim warns on stderr instead of crashing
  2. Execution continues after the import

https://claude.ai/code/session_01FUnfimbt8WPySgu54YZJxB

The smoke test claimed to verify FFI graceful error handling in WASM
but didn't use any FFI - it just printed strings. Now it actually
imports a shared library (libc.so.6) and verifies:
1. The WASM shim warns on stderr instead of crashing
2. Execution continues after the import

https://claude.ai/code/session_01FUnfimbt8WPySgu54YZJxB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants